Add a return value
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 24 Oct 2017 15:58:06 +0000 (16:58 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 24 Oct 2017 15:58:06 +0000 (16:58 +0100)
commit46f475664d66e25f0cc4212786c441f929a91d05
treeca363020b80f511fbb98e0a1e3eb89ae9a2854df
parent6c74a8c7552ec2788a0bb8d7a249e39262c3f5a9
Add a return value

When building with G_DISABLE_ASSERT, the g_assert_not_reached()
statement won't do anything, and we're going to fall through, and the
compiler will emit a warning that we're not returning anything from a
function with a return value.
gdk/wayland/gdkwindow-wayland.c